entry: Don't use the buffer directly
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2019 04:47:39 +0000 (23:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2019 05:36:44 +0000 (00:36 -0500)
commit5caf8ca76bc980af1337edff6ebc540e63a95a9b
tree54ec46ec33880dfa3d997c3456172b5977140191
parentfda4546de522008de734d26e9d3a583e724c8671
entry: Don't use the buffer directly

We want to be a wrapper of the GtkText, which in turn
wraps the GtkEntryBuffer. Not some weird mix.
gtk/gtkentry.c